From: Steven G. Johnson Date: Sat, 19 Jul 2014 12:19:16 +0000 (-0400) Subject: add missing dependency X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~236 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5fbd15b4ce9db9b12b48cf3b94c70280bf20a13b;p=utf8proc.git add missing dependency --- diff --git a/bench/Makefile b/bench/Makefile index 69a676a..6fa7085 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -7,7 +7,7 @@ all: bench LIBMOJIBAKE = ../libmojibake.a -bench: bench.o util.o +bench: bench.o util.o $(LIBMOJIBAKE) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBMOJIBAKE) DATAURL = https://raw.githubusercontent.com/duerst/eprun/master/benchmark